home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / trap / 00132.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  120 b   |  8 lines

  1. on mouseUp
  2.   global gBackPack
  3.   if getOne(gBackPack, #tear2) = 0 then
  4.     add(gBackPack, #tear2)
  5.   end if
  6.   go("S")
  7. end
  8.